@charset "UTF-8";

body {
  overflow-x: hidden;
}

.main {
  width: 1400px;
  margin: 0 auto;
}

.title01 {
  margin: 60px 0 40px;
}

.title01 img {
  margin: 0 auto;
}

.title02 {
  margin: 60px 0 40px;
}

.title03 {
  margin: 60px 0 40px;
}

.title03 img {
  margin: 0 auto;
}

.title04 h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.btn01 {
  display: block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  transition: all .3s;
}

.btn01:hover {
  transform: scale(0.95);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  z-index: 1;
}

/* 分页 */
#fenye {
  margin: 30px 0;
}

#fenye .fenye_ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#fenye .fenye_ul .fenye_li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  margin: 0 5px;
  transition: all .3s;
  font-size: 16px;
}

#fenye .fenye_ul .fenye_li a:hover {
  background-color: #C50119;
  color: #fff;
}

#fenye .fenye_ul .fenye_liw a {
  width: 100px;
}

#fenye .fenye_ul .fenye_active a {
  background-color: #C50119;
  color: #fff;
}

.after_fl {
  display: block;
  position: relative;
  line-height: 1;
  z-index: 10;
}

.after_fl::after {
  position: absolute;
  left: -6px;
  top: -2px;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-color: #C50119;
  border-radius: 50%;
  z-index: -1;
}

/* 网站地图 */
/* 1920 */
.wzdt2 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wzdt2 a {
  display: inline-block;
}

.wzdt_a {
  border: solid 2px #e5e5e5;
  margin-top: 22px;
}

.wzdt_a h6 {
  width: 1144px;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 5px;
}

.wzdt_a h6 a {
  font-size: 16px;
  color: #505050;
  font-weight: bold;
  line-height: 45px;
}

.wzdt_a p {
  margin: 0 25px;
}

.wzdt_a p a {
  color: #505050;
  line-height: 42px;
  margin-right: 15px;
}

.wzdt_a p a:hover {
  color: #0665d0;
}

/* 404 */
.fzfbox {
  width: 100%;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 100px 30px;
  margin-bottom: -30px;
}

.fzf1 {
  width: 1011px;
  margin: 20px auto;
}

.fzf1 img {
  width: 100%;
  margin: 0 auto;
}

.fzf2 {
  width: 100%;
  margin: 0 auto;
}

.fzf2 p {
  font-size: 36px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 {
  width: 100%;
  margin: 0 auto;
}

.fzf2-1 p {
  font-size: 26px;
  color: #434343;
  text-align: center;
  line-height: 50px;
}

.fzf2-1 p span {
  color: #333;
}

.fzf3 {
  width: 430px;
  margin: 20px auto;
  margin-top: 40px;
}

.fzf3z {
  float: left;
}

.fzf3z img {
  width: 100%;
  margin: 0 auto;
}

.fzf3y {
  float: right;
}

.fzf3y img {
  width: 100%;
  margin: 0 auto;
}

/* over */
/* 放大镜插件 */
.MagicZoomBigImageCont {
  overflow: hidden;
}

.MagicZoomBigImageCont img {
  width: 1200px;
  height: 800px;
}

.MagicZoomBigImageCont iframe {
  width: 200px;
  height: 200px;
}

.MagicZoomHeader {
  font: 10px Tahoma, Arial;
  color: #fff;
  background: #91b817;
  text-align: center !important;
}

.MagicZoomPup {
  border: 1px solid #aaa;
  background: #fff;
  cursor: hand;
  left: 0;
}

.MagicZoomLoading {
  text-align: center;
  background: #fff;
  color: #444;
  opacity: 0.8;
  padding: 3px 3px 3px 3px !important;
  display: none;
}

.MagicZoomLoading img {
  padding-top: 3px !important;
}

.MagicThumb-zoomed {
  cursor: default;
}

.MagicThumb span {
  display: none;
}

.MagicThumb-image {
  border: 1px solid #ccc;
  outline: none;
}

.MagicThumb-caption {
  color: #333333;
  background-color: #F0F0F0;
  border: 1px solid #CCC;
  border-top: none;
  font-family: Arial;
  font-size: 11px;
  padding: 8px 16px;
}

.MagicThumb-controlbar {
  display: block;
  height: 18px;
}

.MagicThumb-controlbar a {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0px 1px;
  outline: none;
  float: left;
  overflow: hidden;
}

.MagicThumb-controlbar a span {
  display: block;
  width: 1000px;
  height: 1000px;
  outline: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.MagicThumb-loading {
  border: 1px solid #000;
  padding: 2px 2px 2px 22px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  font-size: 8pt;
  font-family: Arial;
}

/* 头部导航 */
.header .header_top {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  line-height: 24px;
  font-size: 12px;
  color: #A0A0A0;
  border-bottom: 1px solid #E8E8E8;
}

.header .header_top .header_h1 {
  display: flex;
  align-items: center;
}

.header .header_top .header_h1 h1 {
  font-size: 12px;
}

.header .header_top .header_webMap {
  display: flex;
  align-items: center;
}

.header .header_top .header_webMap span {
  font-size: 12px;
  display: block;
  margin: 0 10px;
}

.header .header_top .header_webMap a {
  color: #A0A0A0;
}

.header .header_width {
  width: 90%;
  margin: 0 auto;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  position: relative;
  z-index: 10;
}

.header .header_width .logo1 {
  max-height: 100%;
}

.header .header_width .logo1 img {
  height: 100%;
}

.header .header_width .nav {
  width: 54%;
  height: 119px;
  margin-left: 8%;
  margin-right: 2%;
  z-index: 10;
}

.header .header_width .nav .nav_uls01 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.header .header_width .nav .nav_uls01>li {
  position: relative;
}

.header .header_width .nav .nav_uls01>li>a {
  display: block;
  font-size: 18px;
  line-height: 119px;
  transition: all .5s;
  position: relative;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 {
  width: 220px;
  position: absolute;
  left: 50%;
  top: 119px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 li {
  max-height: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 li a {
  display: block;
  line-height: 50px;
  transition: all .3s;
  font-size: 16px;
  color: #fff;
}

.header .header_width .nav .nav_uls01>li .nav_uls02 li a:hover {
  background-color: rgba(251, 104, 0, 0.2);
  transition: all .3s;
  color: #FF0000;
}

.header .header_width .nav .nav_uls01>li::after {
  opacity: 0;
  content: '';
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .3s;
}

.header .header_width .nav .nav_uls01>li::before {
  opacity: 0;
  content: '';
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
}

.header .header_width .nav .nav_uls01 .on:hover>a {
  color: #FF0000;
}

.header .header_width .nav .nav_uls01 .on:hover::before {
  opacity: 1;
  right: -26px;
}

.header .header_width .nav .nav_uls01 .on:hover::after {
  opacity: 1;
  left: -26px;
}

.header .header_width .nav .nav_uls01 .on:hover .nav_uls02 li {
  max-height: 500px;
}

.header .header_width .nav .nav_uls01 .one_active::before {
  opacity: 1;
  right: -26px;
}

.header .header_width .nav .nav_uls01 .one_active::after {
  opacity: 1;
  left: -26px;
}

.header .header_width .nav .nav_uls01 .one_active>a {
  color: #C50119;
}

.header .header_width .phone01 {
  width: 12%;
}

.header .header_width .phone01 img {
  width: 100%;
}

/* 首页banner */
.i_banner {
  width: 100%;
  overflow: hidden;
}

.i_banner .ban_swiper {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.i_banner .ban_swiper .swiper-slide img {
  width: 100%;
}

.i_banner .ban_swiper .ban_pagination {
  width: auto;
  bottom: 5%;
  left: auto;
  right: 12.5%;
}

.i_banner .ban_swiper .ban_pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 10px;
}

.i_banner .ban_swiper .ban_pagination .swiper-pagination-bullet-active {
  position: relative;
  border-radius: 50%;
  background-color: #C50119;
}

.i_banner .ban_swiper .ban_pagination .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../esimg/icon/dian01.png) no-repeat center;
  background-size: cover;
}

/* 热门关键词 */
.hot_key {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.hot_key a,
.hot_key p {
  font-size: 12px;
  margin-right: 5px;
  transition: all .3s;
}

.hot_key a:hover {
  color: #FF0000;
}

/* 内页banner */
.n_banner {
  width: 100%;
  overflow: hidden;
}

.n_banner .n_banner_box {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.n_banner .n_banner_box img {
  width: 100%;
}

.n_banner .n_banner_box .hot_key {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  color: #fff;
}

.n_banner .n_banner_box .hot_key p {
  color: rgba(255, 255, 255, 0.6);
}

.n_banner .n_banner_box .hot_key a {
  color: rgba(255, 255, 255, 0.6);
}

.n_banner .n_banner_box .hot_key a:hover {
  color: #C50119;
}

/* 面包屑导航 */
.bread a {
  margin-right: 0;
}

.bread span {
  display: block;
  font-size: 12px;
  margin: 0 5px;
}

/* 生产代加工 */
.i_agency {
  width: 100%;
  overflow: hidden;
}

.i_agency .ag_box {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.i_agency .ag_box .ag_swiper .swiper-slide {
  width: 1400px;
  height: 554px;
}

.i_agency .ag_box .ag_swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.i_agency .ag_box .ag_swiper .swiper-slide-next {
  opacity: .6;
}

.i_agency .ag_box .ag_swiper .swiper-slide-prev {
  opacity: .6;
}

.i_agency .ag_box .ag_swiper .swiper-slide-prev img {
  float: right;
}

.i_agency .ag_box .ag_swiper .swiper-slide-active img {
  float: right;
}

.i_agency .ag_box .ag_text {
  width: 420px;
  height: 100%;
  background: linear-gradient(0deg, #2B2A2F 0%, #3D3E42 100%);
  position: absolute;
  top: 0;
  left: 260px;
  z-index: 10;
}

.i_agency .ag_box .ag_text .ag_text_ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.i_agency .ag_box .ag_text .ag_text_ul li {
  height: 33.3%;
  padding: 10% 10% 10% 12%;
  border-bottom: 1px solid #55575C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.i_agency .ag_box .ag_text .ag_text_ul li .li_icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.i_agency .ag_box .ag_text .ag_text_ul li .li_icon b {
  color: #fff;
  font-size: 1.25vw;
}

.i_agency .ag_box .ag_text .ag_text_ul li .li_icon .li_icon01 {
  display: none;
}

.i_agency .ag_box .ag_text .ag_text_ul li p {
  font-size: 16px;
  color: #fff;
  margin-top: 10%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: none;
}

.i_agency .ag_box .ag_text .ag_text_ul li .li_btn {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  display: none;
}

.i_agency .ag_box .ag_text .ag_text_ul li .li_btn .li_btn01 {
  background-color: #C50119;
  color: #fff;
}

.i_agency .ag_box .ag_text .ag_text_ul li .li_btn .li_btn02 {
  border: 1px solid #C50119;
  color: #C50119;
}

.i_agency .ag_box .ag_text .ag_text_ul li:last-child {
  border-bottom: 1px solid transparent;
}

.i_agency .ag_box .ag_text .ag_text_ul .ag_active {
  display: block;
  height: auto;
}

.i_agency .ag_box .ag_text .ag_text_ul .ag_active .li_icon .li_icon01 {
  display: block;
}

.i_agency .ag_box .ag_text .ag_text_ul .ag_active .li_icon .li_icon02 {
  display: none;
}

.i_agency .ag_box .ag_text .ag_text_ul .ag_active p {
  display: -webkit-box;
}

.i_agency .ag_box .ag_text .ag_text_ul .ag_active .li_btn {
  display: flex;
}

/* 产品中心 */
.i_product .swiper_01 {
  overflow: hidden;
}

.i_product .swiper_01 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.i_product .swiper_01 .swiper-slide img {
  width: 100%;
  transition: all .5s;
}

.i_product .swiper_01 .swiper-slide img:hover {
  transform: scale(1.1);
}

.i_product .swiper_01 .swiper-slide .after_fl {
  position: absolute;
  bottom: 20%;
  left: 9%;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.i_product .swiper_01 .swiper-slide i {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 13%;
  left: 9%;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

.i_product .swiper_01 .swiper-slide span {
  position: absolute;
  bottom: 16%;
  right: 9%;
  font-size: 16px;
  border: 1px solid #C50119;
  color: #C50119;
}

.cp01_product {
  margin-bottom: 100px;
}

/* 应用案例 */
.i_case {
  margin-bottom: 70px;
}

.i_case .swiper_02 {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.i_case .swiper_02 .swiper-slide {
  position: relative;
  overflow: hidden;
}

.i_case .swiper_02 .swiper-slide img {
  width: 100%;
  transition: all .5s;
}

.i_case .swiper_02 .swiper-slide img:hover {
  transform: scale(1.05);
}

.i_case .swiper_02 .swiper-slide p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-left: 30px;
}

.i_case .swiper_02 .pagination_02 {
  position: absolute;
}

.i_case .swiper_02 .pagination_02 .swiper-pagination-bullet {
  background-color: #CECECE;
}

.i_case .swiper_02 .pagination_02 .swiper-pagination-bullet-active {
  background-color: #C50119;
}

.i_case .swiper_02 .swiper-button-next,
.i_case .swiper_02 .swiper-button-prev {
  background: url(../esimg/icon/jt01_fl.png) no-repeat center;
  background-size: cover;
  margin-top: 0;
  top: auto;
  bottom: 2%;
  width: 45px;
  height: 22px;
  left: 35%;
}

.i_case .swiper_02 .swiper-button-next {
  background: url(../esimg/icon/jt01_fr.png) no-repeat center;
  background-size: cover;
  left: auto;
  right: 35%;
}

/* 6大理由 */
.six_reason {
  background: url(../esimg/img/six_reason_bg.png) no-repeat center;
  background-size: cover;
  padding: 20px 0 80px;
}

.six_reason .six_reason_uls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.six_reason .six_reason_uls .six_reason_lis {
  width: 32%;
  height: 160px;
  background: linear-gradient(180deg, #fff 0%, #FFFFFF 42%);
  margin-bottom: 36px;
  transition: all .5s;
  display: flex;
  align-items: flex-start;
  padding: 36px 40px;
}

.six_reason .six_reason_uls .six_reason_lis .six_reason_text {
  margin-left: 25px;
}

.six_reason .six_reason_uls .six_reason_lis .six_reason_text b {
  font-size: 20px;
  line-height: 1.4;
}

.six_reason .six_reason_uls .six_reason_lis .six_reason_text p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 14px;
}

.six_reason .six_reason_uls .six_reason_lis:hover {
  background: linear-gradient(180deg, #FFDBDB 0%, #FFFFFF 42%);
  transform: translateY(-10px);
}

.six_reason .process_uls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.six_reason .process_uls .process_lis b {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.six_reason .process_uls .process_lis b span {
  font-size: 28px;
}

.six_reason .process_uls .process_lis i {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

/* 聚焦威鹰 */
.i_focus .focus_box {
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.i_focus .focus_box .focus_fl {
  width: 46%;
  margin-top: 50px;
}

.i_focus .focus_box .focus_fl b {
  font-size: 20px;
  font-weight: bolder;
}

.i_focus .focus_box .focus_fl ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all .5s;
  margin: 40px 0;
}

.i_focus .focus_box .focus_fl ul li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-right: 5%;
}

.i_focus .focus_box .focus_fl ul li .focus_num {
  position: relative;
}

.i_focus .focus_box .focus_fl ul li .focus_num span {
  color: #C50119;
  font-size: 40px;
  font-weight: bolder;
}

.i_focus .focus_box .focus_fl ul li .focus_num sup {
  font-size: 18px;
  font-weight: bold;
  color: #C50119;
  position: absolute;
  top: 2px;
  right: -12px;
}

.i_focus .focus_box .focus_fl ul li .focus_num sub {
  font-size: 12px;
  font-weight: bold;
  color: #C50119;
  position: absolute;
  bottom: 10px;
  right: -14px;
}

.i_focus .focus_box .focus_fl ul li p {
  font-size: 16px;
  color: #313131;
  opacity: .8;
  margin-left: 30px;
}

.i_focus .focus_box .focus_fl p {
  font-size: 16px;
  line-height: 1.6;
  color: #313131;
}

.i_focus .focus_box .focus_fl .btn01 {
  background-color: #C50119;
  color: #fff;
  margin-top: 60px;
}

.i_focus .focus_box .focus_fr {
  width: 48%;
}

.i_focus .focus_box .add_img01 {
  position: absolute;
  bottom: 0;
}

/* 客户评价 */
.i_evaluate {
  margin-top: 90px;
  background: url(../esimg/img/evaluate_bg.png) no-repeat center;
  background-size: cover;
  padding: 20px 0 90px;
}

.i_evaluate .evaluate_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.i_evaluate .evaluate_ul .evaluate_li {
  width: 48%;
  display: flex;
  align-items: flex-start;
  padding: 30px 40px;
}

.i_evaluate .evaluate_ul .evaluate_li .evaluate_text {
  margin-left: 28px;
  transition: all .5s;
}

.i_evaluate .evaluate_ul .evaluate_li .evaluate_text b {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.i_evaluate .evaluate_ul .evaluate_li .evaluate_text p {
  color: #fff;
  line-height: 1.6;
  margin: 15px 0;
}

.i_evaluate .evaluate_ul .evaluate_li .evaluate_text .evaluate_jt02 {
  display: none;
}

.i_evaluate .evaluate_ul .evaluate_li:hover {
  background: url(../esimg/img/evaluate_lis_bg.png) no-repeat center;
  background-size: cover;
}

.i_evaluate .evaluate_ul .evaluate_li:hover .evaluate_text .evaluate_jt01 {
  display: none;
}

.i_evaluate .evaluate_ul .evaluate_li:hover .evaluate_text .evaluate_jt02 {
  display: block;
}

.i_evaluate .btn01 {
  background-color: #fff;
  color: #C50119;
  margin: 30px 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i_evaluate .btn01 img {
  margin-left: 10px;
}

/* 新闻资讯 */
.i_news .title02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.i_news .title02 img {
  margin: 0;
}

.i_news .title02 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.i_news .title02 ul li {
  margin-left: 40px;
}

.i_news .title02 ul li a {
  font-size: 20px;
}

.i_news .i_news_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  height: 390px;
}

.i_news .i_news_box .i_news_fl {
  width: 49%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.i_news .i_news_box .i_news_fl>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.i_news .i_news_box .i_news_fl>img:hover {
  transform: scale(1.05);
}

.i_news .i_news_box .i_news_fl p {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background-color: #C50119;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding-left: 26px;
}

.i_news .i_news_box .i_news_fl .i_news_btn {
  width: 72px;
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-left-radius: 14px;
  background-color: #F3F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i_news .i_news_box .i_news_fr {
  width: 49%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.i_news .i_news_box .i_news_fr li {
  padding: 30px 36px;
  height: 33.3%;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D5D5D5;
}

.i_news .i_news_box .i_news_fr li .i_news_data {
  margin-right: 40px;
}

.i_news .i_news_box .i_news_fr li .i_news_data b {
  display: block;
  font-size: 20px;
}

.i_news .i_news_box .i_news_fr li .i_news_data i {
  font-size: 16px;
}

.i_news .i_news_box .i_news_fr li .i_news_text {
  width: 80%;
}

.i_news .i_news_box .i_news_fr li .i_news_text h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_news .i_news_box .i_news_fr li .i_news_text p {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.i_news .i_news_box .i_news_fr li:last-child {
  border-bottom: 1px solid transparent;
}

.i_news .i_news_box .i_news_fr li:hover {
  background-color: #C50119;
  color: #fff;
}

.i_news .i_news_box .i_news_fr li:hover .i_news_text h6 {
  color: #fff;
}

.i_news .i_news_box .i_news_fr li:hover p {
  color: rgba(255, 255, 255, 0.8);
}

/* 产品百科 */
.i_wikipedia {
  margin-bottom: 70px;
  overflow: hidden;
}

.i_wikipedia .title02 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.i_wikipedia .title02 a {
  font-size: 20px;
  line-height: 1;
}

.i_wikipedia .swiper_wiki .wiki_lis {
  width: 32%;
  height: 180px;
  border: 3px solid #F7F7F7;
  padding: 34px 30px;
  display: flex;
  align-items: flex-start;
  transition: all .3s;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_date {
  margin-right: 28px;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_date b {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_date i {
  display: block;
  font-size: 16px;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_text {
  width: 80%;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_text b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.6;
  margin: 12px 0 20px;
}

.i_wikipedia .swiper_wiki .wiki_lis .wiki_text .wiki_jt02 {
  display: none;
}

.i_wikipedia .swiper_wiki .wiki_lis:hover {
  color: #C50119;
}

.i_wikipedia .swiper_wiki .wiki_lis:hover .wiki_jt01 {
  display: none;
}

.i_wikipedia .swiper_wiki .wiki_lis:hover .wiki_jt02 {
  display: block;
}

/* 留言 */
.message {
  background: url(../esimg/img/message_back.png) no-repeat center;
  background-size: cover;
  padding: 80px 0 90px;
}

.message .message_main {
  display: flex;
  justify-content: space-between;
}

.message .message_main .message_fl {
  width: 48%;
}

.message .message_main .message_fl ul li {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.message .message_main .message_fl ul li img {
  margin-right: 10px;
}

.message .message_main .message_fl ul li p {
  color: #fff;
  font-size: 16px;
}

.message .message_main .message_fl a {
  width: 160px;
  background-color: #fff;
  color: #C50119;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.message .message_main .message_fl a img {
  margin-left: 10px;
}

.message .message_main .message_fr {
  width: 48%;
}

.message .message_main .message_fr .form01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
}

.message .message_main .message_fr .form01 input {
  width: 48%;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.message .message_main .message_fr .form01 .form_code {
  width: 48%;
  position: relative;
  margin-bottom: 15px;
}

.message .message_main .message_fr .form01 .form_code input {
  width: 100%;
  margin-bottom: 0;
}

.message .message_main .message_fr .form01 .form_code img {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.message .message_main .message_fr .form01 .form_code p {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.1;
  border-bottom: 1px solid #313131;
  cursor: pointer;
}

.message .message_main .message_fr .form01 textarea {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 30px;
}

.message .message_main .message_fr .form01 .form_btn button {
  width: 200px;
  height: 50px;
  border-radius: 4px;
  color: #fff;
  transition: all .3s;
}

.message .message_main .message_fr .form01 .form_btn button:hover {
  transform: scale(0.95);
}

.message .message_main .message_fr .form01 .form_btn .form_submit {
  background-color: #C50119;
  margin-right: 10px;
}

.message .message_main .message_fr .form01 .form_btn .form_resetting {
  background-color: #636363;
}

/* 底部导航 */
.footer {
  padding-top: 50px;
}

.footer .foot_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .foot_top .foot_nav {
  width: 75%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .foot_top .foot_nav .foot_lis>a {
  font-size: 18px;
  line-height: 1.2;
}

.footer .foot_top .foot_nav .foot_lis ul {
  margin-top: 20px;
}

.footer .foot_top .foot_nav .foot_lis ul li a {
  font-size: 16px;
  opacity: .8;
  line-height: 2;
  transition: all .3s;
}

.footer .foot_top .foot_nav .foot_lis ul li a:hover {
  color: #C50119;
}

.footer .foot_top .foot_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .foot_top .foot_logo .phone_02 {
  margin: 40px 0 10px;
}

.footer .foot_top .foot_logo i {
  display: block;
  font-size: 16px;
  opacity: .8;
  text-align: right;
}

.footer .foot_line {
  width: 100%;
  height: 1px;
  background-color: #3A3A3A;
  opacity: 0.1;
  margin-top: 60px;
}

.footer .foot_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  line-height: 70px;
  opacity: .8;
}

.footer .foot_bot .foot_bot_fl {
  display: flex;
  align-items: center;
}

.footer .foot_bot .foot_bot_fl p {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.footer .foot_bot .foot_bot_fr {
  display: flex;
  align-items: center;
}

.footer .foot_bot .foot_bot_fr p {
  display: flex;
  align-items: center;
}

/* 友情链接 */
.riendship_link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  padding: 15px 20px;
}

.riendship_link p,
.riendship_link a {
  margin-right: 10px;
  opacity: .6;
  transition: all .3s;
}

.riendship_link a:hover {
  color: #C50119;
}

/* 内页nav */
/* produce01 */
.n_nav {
  margin: 30px 0;
  position: relative;
}

.n_nav ul {
  display: flex;
  justify-content: center;
}

.n_nav ul li a {
  display: block;
  width: 200px;
  height: 52px;
  line-height: 52px;
  background-color: #F4F4F4;
  border-radius: 4px;
  margin: 0 30px;
  text-align: center;
  font-size: 20px;
}

.n_nav ul .active a {
  background-color: #C50119;
  color: #fff;
}

.n_nav .n_nav_line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ECE8E8;
  z-index: -1;
}

/* 注塑加工 */
.process_a {
  margin-bottom: 60px;
  overflow: hidden;
}

.process_a .process_b {
  background: url(../esimg/img/zhusu_bg.png) no-repeat left center;
  margin-top: 70px;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.process_a .process_b .process_c .process_text {
  width: 50%;
  padding: 50px 0 60px;
}

.process_a .process_b .process_c .process_text .num_uls {
  /* width: 80%; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.process_a .process_b .process_c .process_text .num_uls .num_lis {
  /* width: 48%; */
  width: 33%;
  margin-bottom: 24px;
}

.process_a .process_b .process_c .process_text .num_uls .num_lis .num_a {
  display: flex;
  align-items: center;
}

.process_a .process_b .process_c .process_text .num_uls .num_lis .num_a i,
.process_a .process_b .process_c .process_text .num_uls .num_lis .num_a span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #C50119;
}

.process_a .process_b .process_c .process_text .num_uls .num_lis .num_a em {
  display: block;
  font-size: 20px;
  color: #C50119;
}

.process_a .process_b .process_c .process_text .num_uls .num_lis p {
  font-size: 16px;
  opacity: .8;
}

.process_a .process_b .process_c .process_text p {
  font-size: 16px;
  line-height: 1.5;
}

.process_a .process_b .process_img {
  width: 47%;
  position: absolute;
  top: -30px;
  right: 0;
}

.process_a .process_b .process_img img {
  width: 100%;
}

.process_a .jichu_b .process_c .process_text {
  padding: 80px 0 130px;
}

/* 注塑加工轮播 */
/* 禁止点击 */
.notClick {
  pointer-events: none;
  cursor: default;
}

.molding_box {
  margin-bottom: 70px;
}

.molding_box .molding_uls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.molding_box .molding_uls .molding_lis {
  width: calc(100% / 8);
  height: 120px;
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.molding_box .molding_uls .molding_lis:nth-child(2n) {
  background-color: #F7F7F7;
}

.molding_box .molding_uls .molding_lis .zs_icon02 {
  display: none;
}

.molding_box .molding_uls .molding_lis p {
  font-size: 20px;
}

.molding_box .molding_uls .active {
  height: 132px;
  background: url(../esimg/img/molding_lis_bg.png) no-repeat center;
  background-size: cover;
}

.molding_box .molding_uls .active .zs_icon01 {
  display: none;
}

.molding_box .molding_uls .active .zs_icon02 {
  display: block;
}

.molding_box .molding_uls .active p {
  color: #fff;
}

.molding_box .molding_sl {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
  position: relative;
}

.molding_box .molding_sl .gallery-top {
  overflow: hidden;
  width: 67%;
  height: 100%;
}

.molding_box .molding_sl .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.molding_box .molding_sl .gallery-thumbs {
  width: 30%;
  height: calc(100% - 80px);
  overflow: hidden;
  position: relative;
}

.molding_box .molding_sl .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.molding_box .prev_gallery,
.molding_box .next_gallery {
  width: 30%;
  height: 20px;
  margin-top: 0;
  left: auto;
  right: 0;
}

.molding_box .prev_gallery::after,
.molding_box .next_gallery::after {
  content: '';
  width: 188px;
  height: 20px;
}

.molding_box .prev_gallery {
  top: 0;
}

.molding_box .prev_gallery::after {
  background: url(../esimg/icon/jt04_top.png) no-repeat center;
  background-size: cover;
}

.molding_box .next_gallery {
  top: auto;
  bottom: 0;
}

.molding_box .next_gallery::after {
  background: url(../esimg/icon/jt04_bot.png) no-repeat center;
  background-size: cover;
}

/* 吹塑加工 */
.blowing_a {
  background: url(../esimg/img/blowing_bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 0 140px;
}

.blowing_a .blowing_b {
  height: 600px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.blowing_a .blowing_b .blowing_fl {
  width: 34%;
  height: 100%;
  position: relative;
}

.blowing_a .blowing_b .blowing_fl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blowing_a .blowing_b .blowing_fl .after_fl {
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.blowing_a .blowing_b .blowing_fr {
  width: 64.5%;
  height: 100%;
  overflow: hidden;
}

.blowing_a .blowing_b .blowing_fr .swiper_blowing {
  width: 100%;
  height: 100%;
}

.blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
  align-content: space-between;
}

.blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide .blow_slide_p {
  position: relative;
  width: 49%;
}

.blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide .blow_slide_p img {
  width: 100%;
}

.blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide .blow_slide_p p {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 16px;
}

.blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide .blow_slide_p .color_b {
  color: #fff;
}

.blowing_a .blowing_b .pagination_blowing {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.blowing_a .blowing_b .pagination_blowing .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #EBF1F3;
  opacity: .4;
  border-radius: 50%;
  margin: 0 10px;
}

.blowing_a .blowing_b .pagination_blowing .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  position: relative;
}

.blowing_a .blowing_b .pagination_blowing .swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
}

/* 流延加工 */
.liuyan_a .liuyan_b {
  width: 100%;
  height: 480px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.liuyan_a .liuyan_b .liuyan_fl {
  width: 22%;
  height: 100%;
}

.liuyan_a .liuyan_b .liuyan_fl ul {
  height: 100%;
  background-color: #C50119;
}

.liuyan_a .liuyan_b .liuyan_fl ul li {
  height: 25%;
  background-color: #C50119;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}

.liuyan_a .liuyan_b .liuyan_fl ul li:last-child {
  border-bottom: 1px solid transparent;
}

.liuyan_a .liuyan_b .liuyan_fl ul li b {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.liuyan_a .liuyan_b .liuyan_fl ul li p {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

.liuyan_a .liuyan_b .liuyan_fl ul .active {
  width: 106.8%;
  background: url(../esimg/img/liuyan_bg.png) no-repeat center;
  background-size: 100% 100%;
  border-bottom: 1px solid transparent;
}

.liuyan_a .liuyan_b .liuyan_fr {
  width: 74%;
  height: 100%;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .swiper-slide {
  position: relative;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .swiper-slide p {
  position: absolute;
  bottom: 16px;
  left: 28px;
  color: #fff;
  font-size: 16px;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .next_Ly,
.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .prev_Ly {
  width: 20px;
  height: 101px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .next_Ly::after,
.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .prev_Ly::after {
  display: none;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .prev_Ly {
  left: 0;
  background: url(../esimg/icon/jt04_fl.png) no-repeat center;
  background-size: cover;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .prev_Ly:hover {
  background: url(../esimg/icon/jt05_fl.png) no-repeat center;
  background-size: cover;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .next_Ly {
  right: 0;
  background: url(../esimg/icon/jt04_fr.png) no-repeat center;
  background-size: cover;
}

.liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .next_Ly:hover {
  background: url(../esimg/icon/jt05_fr.png) no-repeat center;
  background-size: cover;
}

.liuyan_a>img {
  margin: 80px auto 0;
}

/* 产品资讯 */
.product_a ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.product_a ul li {
  width: 32.5%;
  display: flex;
  padding: 30px;
  background-color: #F7F7F7;
  margin-bottom: 1%;
  transition: all .5s;
}

.product_a ul li .product_date {
  margin-right: 20px;
}

.product_a ul li .product_date b {
  font-size: 20px;
  display: block;
}

.product_a ul li .product_date i {
  font-size: 16px;
  display: block;
}

.product_a ul li .product_text {
  flex: 1;
}

.product_a ul li .product_text b {
  display: block;
  height: 48px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.product_a ul li .product_text img {
  margin-top: 20px;
}

.product_a ul li .product_text .img02 {
  display: none;
}

.product_a ul li:hover {
  background-color: #C50119;
}

.product_a ul li:hover .product_text,
.product_a ul li:hover .product_date {
  color: #fff;
}

.product_a ul li:hover .product_text .img01 {
  display: none;
}

.product_a ul li:hover .product_text .img02 {
  display: block;
}

/* 服务流程 */
.flow_a {
  margin-bottom: 70px;
}

.flow_a ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flow_a ul li {
  margin-bottom: 24px;
}

.flow_a ul .flow_lis {
  width: 23%;
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 24px 30px;
}

.flow_a ul .flow_lis .flow_text {
  margin-left: 10px;
}

.flow_a ul .flow_lis .flow_text p {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bolder;
}

.flow_a ul .flow_lis .flow_text p span {
  font-size: 20px;
  line-height: 1.2;
}

.flow_a ul .flow_lis .flow_text i {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  opacity: .6;
  margin-top: 6px;
}

.flow_a ul .flow_lis:hover img {
  transform: rotate(360deg);
  transition: all .5s;
}

.flow_a ul .flow_img {
  width: 2%;
}

.flow_a ul .flow_img img {
  margin: 0 auto;
}

/* 挤出导型材 */
.jichu_a .swiper_jc {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.jichu_a .swiper_jc .swiper-slide {
  position: relative;
}

.jichu_a .swiper_jc .swiper-slide img {
  width: 100%;
}

.jichu_a .swiper_jc .swiper-slide p {
  position: absolute;
  left: 14px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.jichu_a .swiper_jc .pagination_jc {
  bottom: 30px;
}

.jichu_a .swiper_jc .pagination_jc .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #EBF1F3;
  margin: 0 10px;
}

.jichu_a .swiper_jc .pagination_jc .swiper-pagination-bullet-active {
  position: relative;
}

.jichu_a .swiper_jc .pagination_jc .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../esimg/icon/dian01.png) no-repeat center;
  background-size: cover;
}

.jichu_add {
  position: relative;
}

.jichu_add img {
  max-width: 100%;
  margin: 0 auto;
}

.jichu_add .jichu_add_text {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.jichu_add .jichu_add_text b {
  color: #fff;
  font-size: 24px;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.jichu_add .jichu_add_text p {
  width: 80%;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 50px;
}

/* 片材代加工 */
.piancai_a .piancai_b {
  margin-top: 0;
  background: none;
}

.piancai_a .piancai_b .process_c {
  display: flex;
  justify-content: flex-end;
}

.piancai_a .piancai_b .process_c .piancai_title {
  margin-left: -10px;
}

.piancai_a .piancai_b .process_c .num_uls {
  margin-top: 70px;
}

.piancai_a .piancai_b .process_c .process_text {
  padding: 100px 0 110px 20px;
}

.piancai_a .piancai_b .process_img {
  top: 0;
  right: auto;
  left: 0;
}

.piancai_box .piancai_uls01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

.piancai_box .piancai_uls01 .piancai_lis01 {
  display: flex;
  align-items: center;
}

.piancai_box .piancai_uls01 .piancai_lis01 p {
  margin-left: 20px;
  font-size: 16px;
}

.piancai_box .piancai_add_img img {
  max-width: 100%;
  margin: 80px auto 20px;
}

.piancai_box .piancai_uls02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
}

/* cp01 */
/* 产品中心 */
/* pvc异型材 */
.cp01_flow .title04 {
  margin-bottom: 30px;
}

.cp01_a .cp01_b {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  height: 393px;
}

.cp01_a .cp01_b .cp01_b_fl {
  width: 64.2%;
  height: 100%;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro {
  width: 100%;
  height: 100%;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t2 {
  width: 695px;
  height: 100%;
  text-indent: 0;
  float: left;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t2 #zoom1 {
  width: 100% !important;
  height: 100%;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t2 #zoom1 .main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-indent: 0;
  cursor: pointer;
  display: block;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t1 {
  width: 188px;
  height: 100%;
  float: right;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t1>img {
  margin: 0 auto;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .showArea {
  height: calc(100% - 40px - 16px);
  overflow: hidden;
  margin: 8px 0;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .showArea img {
  width: 100%;
  height: 107px;
  object-fit: cover;
  float: left;
  margin-bottom: 9px;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .gotop {
  width: 100%;
  height: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}

.cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .gobottom {
  width: 100%;
  height: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}

.cp01_a .cp01_b .cp01_b_fr {
  background-color: #F4F4F4;
  width: 33%;
  height: 100%;
  padding: 40px;
}

.cp01_a .cp01_b .cp01_b_fr .after_fl {
  font-size: 20px;
  font-weight: bold;
}

.cp01_a .cp01_b .cp01_b_fr .cp01_b_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis {
  width: 48%;
  margin-bottom: 20px;
}

.cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis i {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  opacity: .6;
}

.cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis p {
  font-size: 16px;
  line-height: 1.6;
}

.cp01_a .cp01_c {
  margin-bottom: 30px;
}

.cp01_a .cp01_c>p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}

.cp01_a .cp01_c ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cp01_a .cp01_c ul li {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.cp01_a .cp01_c ul li img {
  margin-right: 24px;
}

.cp01_a .cp01_c ul li img:hover {
  transform: rotate(360deg);
  transition: all .5s;
}

.cp01_a .cp01_c ul li .cp01_c_text {
  width: 40%;
}

.cp01_a .cp01_c ul li .cp01_c_text b {
  display: block;
  font-size: 20px;
  color: #C50119;
}

.cp01_a .cp01_c ul li .cp01_c_text p {
  font-size: 16px;
  opacity: .6;
  margin-top: 16px;
}

.cp01_a .cp02_c ul li {
  width: 33%;
}

.cp01_a .cp01_d .title04 {
  margin-bottom: 30px;
}

.cp01_a .cp03_d {
  margin-bottom: 60px;
}

.cp01_a .cp03_d>img {
  margin: 0 auto;
  max-width: 100%;
}

.cp01_a .cp01_e {
  margin-bottom: 30px;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li {
  width: 48%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li h5 {
  color: #C50119;
  font-weight: bold;
  font-size: 20px;
  margin: 16px 0;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table {
  width: 100%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr {
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr:nth-child(2n) {
  background-color: #F4F4F4;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr:nth-child(2n-1) {
  background-color: #EAEAEA;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr th {
  background-color: #C50119;
  color: #fff;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  font-weight: bold;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr th:nth-child(1) {
  width: 35%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr th:nth-child(2) {
  width: 20%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr th:nth-child(3) {
  width: 20%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr th:nth-child(4) {
  width: 25%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr td {
  text-align: left;
  padding-left: 30px;
  line-height: 40px;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr td:nth-child(1) {
  width: 35%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr td:nth-child(2) {
  width: 20%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr td:nth-child(3) {
  width: 20%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr td:nth-child(4) {
  width: 25%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li03 table tr th:nth-child(1),
.cp01_a .cp01_e .cp01_e_ul .cp01_e_li03 table tr td:nth-child(1) {
  width: 20%;
}

.cp01_a .cp01_e .cp01_e_ul .cp01_e_li03 table tr th:nth-child(3),
.cp01_a .cp01_e .cp01_e_ul .cp01_e_li03 table tr td:nth-child(3) {
  width: 35%;
}

.cp01_a .cp02_e .cp01_e_ul {
  margin-top: 10px;
}

.cp01_a .cp02_e .cp01_e_ul .cp01_e_li {
  width: 100%;
}

.cp01_a .cp02_e .cp01_e_ul .cp01_e_li table tr th {
  text-align: center;
  padding-left: 0;
}

.cp01_a .cp02_e .cp01_e_ul .cp01_e_li table tr td {
  border: 1px solid #fff;
}

.cp01_a .cp02_e .cp01_e_ul .cp01_e_li table tr td:nth-child(1) {
  width: 10%;
}

.cp01_a .cp02_e .cp01_e_ul .cp01_e_li table tr td:nth-child(2) {
  width: 90%;
}

/* 案例 */
.al01_a .al01_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.al01_a .al01_ul .al01_li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  position: relative;
}

.al01_a .al01_ul .al01_li:nth-child(3n) {
  margin-right: 0;
}

.al01_a .al01_ul .al01_li:hover img {
  transform: scale(1.1);
}

.al01_a .al01_ul .al01_li img {
  width: 100%;
  transition: all .5s;
}

.al01_a .al01_ul .al01_li p {
  width: 100%;
  height: 60px;
  line-height: 62px;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 25px;
}

.al02_a {
  margin-bottom: 80px;
}

.al02_a .al02_ul .al02_li {
  width: 49%;
  display: flex;
  align-items: flex-start;
  border: 3px solid #F7F7F7;
  padding: 48px;
  margin-bottom: 2%;
  transition: all .3s;
  cursor: pointer;
}

.al02_a .al02_ul .al02_li:hover {
  background-color: #313131;
}

.al02_a .al02_ul .al02_li:hover .al02_text {
  color: #fff;
}

.al02_a .al02_ul .al02_li img {
  margin-right: 36px;
}

.al02_a .al02_ul .al02_li .al02_text h5 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.al02_a .al02_ul .al02_li .al02_text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}

.al03_box .al03_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.al03_box .al03_a .al03_a_fl {
  width: 43%;
}

.al03_box .al03_a .al03_a_fl img {
  width: 100%;
}

.al03_box .al03_a .al03_a_fr {
  width: 53%;
  padding: 42px 40px 40px 0;
}

.al03_box .al03_a .al03_a_fr h1,
.al03_box .al03_a .al03_a_fr b {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  margin-bottom: 18px;
  font-weight: bold;
}

.al03_box .al03_a .al03_a_fr p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.al03_box .al03_a .al03_a_fr p span {
  color: #C50119;
  display: block;
  margin-right: 5px;
}

.al03_box .al03_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s;
  flex-wrap: wrap;
  margin: 60px 0 10px;
}

.al03_box .al03_b .al03_li {
  margin-bottom: 30px;
}

.al03_box .btn01 {
  margin: 0 auto;
  background-color: #C50119;
  color: #fff;
  font-size: 16px;
}

/* 新闻 */
.news01_a .news01_ul {
  margin-bottom: 30px;
}

.news01_a .news01_ul .news01_li {
  padding: 50px 60px;
  border: 3px solid #F7F7F7;
  margin-bottom: 10px;
  transition: all .5s;
}

.news01_a .news01_ul .news01_li:hover {
  background: url(../esimg/img/new_xz.png) no-repeat center;
  background-size: cover;
}

.news01_a .news01_ul .news01_li:hover .news01_jt {
  background: url(../esimg/icon/jt06_fr.png) no-repeat right center;
}

.news01_a .news01_ul .news01_li:hover .news01_jt .news01_text,
.news01_a .news01_ul .news01_li:hover .news01_jt .news01_date {
  color: #fff;
}

.news01_a .news01_ul .news01_li .news01_jt {
  display: flex;
  align-items: flex-start;
  padding-right: 90px;
  background: url(../esimg/icon/jt01_fr.png) no-repeat right center;
}

.news01_a .news01_ul .news01_li .news01_jt .news01_date {
  margin-right: 40px;
  color: #C50119;
}

.news01_a .news01_ul .news01_li .news01_jt .news01_date b {
  font-size: 40px;
  line-height: 1.1;
}

.news01_a .news01_ul .news01_li .news01_jt .news01_date i {
  font-size: 24px;
  line-height: 1.6;
  display: block;
}

.news01_a .news01_ul .news01_li .news01_jt .news01_text h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}

.news01_a .news01_ul .news01_li .news01_jt .news01_text p {
  font-size: 16px;
  line-height: 1.6;
  opacity: .8;
  margin-top: 10px;
}

.news01_a #fenye {
  margin: 70px 0 100px;
}

.news01_a .new_add_img {
  width: 100%;
  margin: 0 auto 100px;
}

/* 新闻详情 */
.news02_a .title03 img {
  display: block;
}

.news02_a .xwxq_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news02_a .xwxq_box .xwxq_fl {
  width: 70%;
}

.news02_a .xwxq_box .xwxq_fl a {
  display: inline-block;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border {
  border: 3px solid #F7F7F7;
  padding: 38px;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border h1,
.news02_a .xwxq_box .xwxq_fl .xwxq_border h6 {
  font-weight: bold;
  font-size: 24px;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border .xw_release {
  font-size: 16px;
  opacity: .8;
  margin: 30px 0;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border .xw_release span {
  margin-left: 12%;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border p {
  font-size: 16px;
  line-height: 1.8;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border .xwxq_key {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_border .xwxq_key a,
.news02_a .xwxq_box .xwxq_fl .xwxq_border .xwxq_key p {
  margin-right: 5px;
  font-size: 16px;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px 0 80px;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot .xwxq_sx a {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  transition: all .3s;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot .xwxq_sx a:hover {
  color: #C50119;
  text-decoration: underline;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot .xwxq_btn {
  width: 200px;
  height: 52px;
  line-height: 52px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  background-color: #C50119;
  color: #fff;
  transition: all .3s;
}

.news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot .xwxq_btn:hover {
  transform: scale(0.95);
}

.news02_a .xwxq_box .xwxq_fr {
  width: 28%;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq {
  overflow: hidden;
  position: relative;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide {
  position: relative;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide img {
  width: 100%;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide .swiper_xwxq_text {
  position: absolute;
  left: 30px;
  bottom: 50px;
  color: #fff;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide .swiper_xwxq_text p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide .swiper_xwxq_text i {
  font-size: 16px;
  line-height: 1.6;
  opacity: .6;
  font-style: normal;
  letter-spacing: 1px;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq {
  width: auto;
  left: auto;
  right: 30px;
  bottom: 65px;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #EBF1F3;
  margin: 0 10px;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq .swiper-pagination-bullet-active {
  position: relative;
}

.news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../esimg/icon/dian01.png) no-repeat center;
  background-size: cover;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li a {
  margin-bottom: 10px;
  background-color: #F4F4F4;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  transition: all .3s;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_date {
  margin-right: 20px;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_date b {
  font-size: 20px;
  display: block;
  line-height: 1.4;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_date i {
  font-size: 16px;
  display: block;
  line-height: 1.6;
  font-style: normal;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_text b {
  height: 52px;
  font-size: 16px;
  display: block;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_text img {
  display: block;
  margin-top: 20px;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_text .xwxq_fr_text_img02 {
  display: none;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li:hover a {
  background-color: #C50119;
  color: #fff;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li:hover .xwxq_fr_text .xwxq_fr_text_img01 {
  display: none;
}

.news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li:hover .xwxq_fr_text .xwxq_fr_text_img02 {
  display: block;
}

/* 关于我们 */
.about_a {
  background: url(../esimg/img/about_bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 90px;
}

.about_a .about_box {
  margin-top: 0;
}

.about_a .about_box .about_fl {
  width: 56%;
}

.about_a .about_box .about_fl ul li .focus_num sub {
  right: -10px;
  transform: translateX(50%);
}

.about_a .about_box .about_fr {
  width: 40%;
}

.about_a .about_box .about_fr img {
  width: 100%;
}

/* 关于我们 */
/* 视频播放 */
.video01_box {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.video01_box #video01 {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.video01_box #video01_btn2 {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}

.about_b {
  margin-bottom: 120px;
}

.about_b .title04 {
  display: flex;
  align-items: center;
  margin: 80px 0 30px;
}

.about_b .title04 h5 {
  font-size: 30px;
  line-height: 1;
  margin-right: 50px;
}

.about_b .title04 p {
  font-size: 16px;
}

.about_b .about_b_ul {
  display: flex;
}

.about_b .about_b_ul .about_b_li {
  width: 300px;
  height: 410px;
  position: relative;
}

.about_b .about_b_ul .about_b_li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.about_b .about_b_ul .about_b_li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_b .about_b_ul .about_b_li .li_text {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 42%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.about_b .about_b_ul .about_b_li .li_text b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.about_b .about_b_ul .about_b_li .li_text p {
  font-size: 16px;
}

.about_b .about_b_ul .about_b_active {
  width: calc(100% - 300px * 3);
}

.about_b .about_b_ul .about_b_active::after {
  background-color: transparent;
}

.about_b .about_b_ul .about_b_active .li_text {
  width: 246px;
  height: 120px;
  text-align: left;
  background-color: rgba(197, 1, 25, 0.8);
  top: auto;
  bottom: 0;
  left: 0;
  padding: 0 0 0 36px;
}

/* 联系我们 */
.contact_a {
  width: 100%;
  overflow: hidden;
}

.contact_a .contact_b {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  transition: all .5s;
}

.contact_a .contact_b .contact_c {
  min-height: 460px;
  padding: 62px 0 170px;
}

.contact_a .contact_b .contact_c .contact_fl {
  width: 40%;
}

.contact_a .contact_b .contact_c .contact_fl .after_fl {
  font-size: 30px;
  line-height: 1.2;
}

.contact_a .contact_b .contact_c .contact_fl .contact_ul {
  margin-top: 40px;
}

.contact_a .contact_b .contact_c .contact_fl .contact_ul .contact_li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact_a .contact_b .contact_c .contact_fl .contact_ul .contact_li img {
  margin-right: 20px;
}

.contact_a .contact_b .contact_c .contact_fl .contact_ul .contact_li p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.contact_a .contact_map {
  width: 56%;
  position: absolute;
  right: 0;
  top: 0px;
}

.contact_a .contact_map #Map01 {
  width: 100%;
  height: 450px;
  border: none;
}

/* 留言 */
.message_contact {
  padding: 30px 0 90px;
  background: url(../esimg/img/message_contact_bg.png) no-repeat center;
  background-size: cover;
}

.message_contact .message_main .message_fr {
  width: 100%;
}

.message_contact .message_main .message_fr .form01 {
  align-items: flex-start;
}

.message_contact .message_main .message_fr .form01 input {
  width: 49%;
}

.message_contact .message_main .message_fr .form01 .form_code {
  width: 49%;
}

.message_contact .message_main .message_fr .form01 .form_code p {
  right: 20px;
}

/* 侧边栏 */
#fixed {
  position: fixed;
  right: 0;
  top: 40%;
  transition: all .5s;
  z-index: 100;
}

#fixed ul {
  display: flex;
  flex-direction: column;
}

#fixed ul li {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all .5s;
}

#fixed ul li b {
  display: none;
  color: #fff;
  line-height: 50px;
}

#fixed ul li>p {
  overflow: hidden;
  float: left;
}

#fixed ul li>p img {
  margin: 10px;
}

#fixed ul li>p .bai {
  display: none;
}

#fixed ul li>a {
  float: left;
}

#fixed ul li>a img {
  margin: 10px;
}

#fixed ul li>a .bai {
  display: none;
}

#fixed ul #toTop p {
  float: none;
  text-align: center;
  padding: 4px;
  color: #848484;
}

#fixed ul:hover li {
  width: 180px;
  background-color: #C50119;
  border: 1px solid #C50119;
  transition: all .5s;
}

#fixed ul:hover li b {
  display: block;
}

#fixed ul:hover li p>img,
#fixed ul:hover li a>img {
  display: none;
}

#fixed ul:hover li p .bai,
#fixed ul:hover li a .bai {
  display: block;
}

#fixed ul:hover #toTop p {
  color: #fff;
  line-height: 40px;
  text-align: center;
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .header .header_width .nav {
    width: 58%;
    margin-left: 4%;
  }

  /* 生产代加工 */
  .i_agency .ag_box .ag_swiper .swiper-slide {
    width: 1200px;
    height: 480px;
  }

  .i_agency .ag_box .ag_text {
    width: 350px;
    left: 360px;
  }

  /* 聚焦威鹰 */
  .i_focus .focus_box .focus_fr img {
    width: 100%;
    margin-bottom: 10%;
  }

  .i_focus .focus_box .add_img01 {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
  .main {
    width: 90%;
  }

  .title01 img {
    height: 50px;
  }

  .title02 img {
    height: 30px;
  }

  .title02 img {
    height: 30px;
  }

  .btn01 {
    font-size: 14px !important;
    width: 90px;
    height: 36px;
    line-height: 36px;
  }

  /* 网站地图 */
  /* 1400 */
  .wzdt2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* over */
  /* 顶部导航 */
  .header .header_width {
    height: 90px;
  }

  .header .header_width .logo1 {
    height: 100%;
  }

  .header .header_width .slogan {
    width: 12%;
  }

  .header .header_width .slogan img {
    width: 100%;
  }

  .header .header_width .header_webMap {
    top: 5px;
  }

  .header .header_width .nav {
    height: 90px;
  }

  .header .header_width .nav .nav_uls01 {
    height: 100%;
  }

  .header .header_width .nav .nav_uls01>li>a {
    font-size: 14px;
    line-height: 90px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 {
    width: 160px;
    top: 90px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 li a {
    font-size: 12px;
    line-height: 40px;
  }

  .header .header_width .nav .nav_uls01>li::before {
    width: 10px;
    right: -14px;
  }

  .header .header_width .nav .nav_uls01>li::after {
    width: 10px;
    left: -14px;
  }

  .header .header_width .nav .nav_uls01 .one_active::before {
    right: -14px;
  }

  .header .header_width .nav .nav_uls01 .one_active::after {
    left: -14px;
  }

  .header .header_width .nav .nav_uls01 .on::before {
    right: -14px;
  }

  .header .header_width .nav .nav_uls01 .on::after {
    left: -14px;
  }

  .header .header_width .phone01 {
    width: 10%;
  }

  .header .header_width .phone01 img {
    width: 100%;
  }

  /* banner */
  .i_banner .ban_swiper {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  .n_banner .n_banner_box {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  /* 关键词 */
  .hot_key {
    width: 1000px;
  }

  /* 生产代加工 */
  .i_agency .ag_box {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  .i_agency .ag_box .ag_text {
    width: 390px;
    left: 150px;
  }

  .i_agency .ag_box .ag_text .ag_text_ul li {
    padding: 5% 5% 5% 6%;
  }

  .i_agency .ag_box .ag_text .ag_text_ul li p {
    font-size: 14px;
    margin-top: 8%;
  }

  .i_agency .ag_box .ag_text .ag_text_ul li .li_btn {
    margin-top: 8%;
  }

  /* 产品中心 */
  .i_product .swiper_01 .swiper-slide .after_fl {
    bottom: 20%;
    left: 9%;
    font-size: 20px;
  }

  .i_product .swiper_01 .swiper-slide i {
    font-size: 14px;
  }

  .i_product .swiper_01 .swiper-slide a {
    bottom: 16%;
    right: 9%;
    font-size: 16px;
  }

  /* 6大理由 */
  .six_reason .six_reason_uls .six_reason_lis {
    height: 140px;
    padding: 25px 30px;
  }

  .six_reason .six_reason_uls .six_reason_lis .six_reason_text b {
    font-size: 18px;
  }

  .six_reason .six_reason_uls .six_reason_lis .six_reason_text p {
    font-size: 14px;
  }

  .six_reason .process_uls .process_lis b {
    font-size: 16px;
  }

  .six_reason .process_uls .process_lis b span {
    font-size: 20px;
  }

  .six_reason .process_uls .process_lis i {
    font-size: 12px;
  }

  /* 聚焦威鹰 */
  .i_focus .focus_box {
    margin-top: 0;
  }

  .i_focus .focus_box .focus_fl {
    margin-top: 0;
  }

  .i_focus .focus_box .focus_fl b {
    font-size: 16px;
  }

  .i_focus .focus_box .focus_fl ul {
    margin: 30px 0;
  }

  .i_focus .focus_box .focus_fl ul li .focus_num span {
    font-size: 30px;
  }

  .i_focus .focus_box .focus_fl ul li .focus_num sub {
    bottom: 4px;
  }

  .i_focus .focus_box .focus_fl ul li .focus_num sup {
    font-size: 16px;
    top: 0px;
  }

  .i_focus .focus_box .focus_fl ul li p {
    margin-left: 24px;
    font-size: 14px;
  }

  .i_focus .focus_box .focus_fl p {
    font-size: 14px;
  }

  .i_focus .focus_box .focus_fl .btn01 {
    margin-top: 30px;
  }

  .i_focus .focus_box .focus_fr img {
    margin-bottom: 10%;
  }

  /* 新闻资讯 */
  .i_news .i_news_box .i_news_fr li .i_news_data {
    margin-right: 20px;
  }

  /* 产品百科 */
  .i_wikipedia .swiper_wiki .wiki_lis .wiki_date {
    margin-right: 10px;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_text {
    width: 75%;
  }

  /* 内页 */
  /* 注塑加工 */
  .process_a {
    margin-bottom: 50px;
    width: 100%;
    overflow: hidden;
  }

  .process_a .process_b {
    margin-top: 60px;
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .process_a .process_b .process_c .process_text {
    padding: 40px 0 50px;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis {
    margin-bottom: 24px;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis .num_a i,
  .process_a .process_b .process_c .process_text .num_uls .num_lis .num_a span {
    font-size: 20px;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis .num_a em {
    font-size: 18px;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis p {
    font-size: 14px;
  }

  .process_a .process_b .process_c .process_text p {
    font-size: 16px;
  }

  .process_a .process_b .process_img {
    width: 48%;
    top: 40px;
  }

  .process_a .jichu_b .process_c .process_text {
    padding: 60px 0 80px;
  }

  .process_a .jichu_b .process_img {
    top: 60px;
  }

  /* 注塑加工轮播 */
  .molding_box .molding_uls .molding_lis img {
    width: 36px;
  }

  .molding_box .molding_uls .molding_lis p {
    font-size: 16px;
  }

  .molding_box .molding_sl {
    height: 34vw;
  }

  /* 吹塑加工 */
  .blowing_a .blowing_b {
    height: 38.5vw;
  }

  /* 流延加工 */
  .liuyan_a .liuyan_b {
    height: 31vw;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li {
    padding-left: 20px;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li b {
    font-size: 16px;
  }

  /* 服务流程 */
  .flow_a ul .flow_lis {
    padding: 18px;
    height: 94px;
  }

  .flow_a ul .flow_lis img {
    width: 50px;
  }

  .flow_a ul .flow_lis .flow_text p {
    font-size: 20px;
  }

  .flow_a ul .flow_lis .flow_text p span {
    font-size: 16px;
  }

  .flow_a ul .flow_lis .flow_text i {
    font-size: 12px;
  }

  .jichu_add .jichu_add_text b {
    font-size: 20px;
  }

  .jichu_add .jichu_add_text p {
    margin: 10px auto 20px;
    font-size: 14px;
  }

  /* 片材代加工 */
  .piancai_a .piancai_b {
    margin-top: 0;
    background: none;
  }

  .piancai_a .piancai_b .process_c .piancai_title {
    margin-left: -10px;
  }

  .piancai_a .piancai_b .process_c .piancai_title img {
    height: 30px;
  }

  .piancai_a .piancai_b .process_c .num_uls {
    margin-top: 30px;
  }

  .piancai_a .piancai_b .process_c .num_uls .num_lis {
    margin-bottom: 20px;
  }

  .piancai_a .piancai_b .process_c .process_text {
    padding: 100px 0 20px 20px;
  }

  .piancai_box .piancai_uls01 .piancai_lis01 img {
    width: 120px;
  }

  .piancai_box .piancai_uls02 .piancai_lis02 {
    width: 30%;
  }

  .piancai_box .piancai_uls02 .piancai_lis02 img {
    width: 100%;
    height: 13vw;
    object-fit: cover;
  }

  .piancai_box .piancai_uls02 .piancai_lis02:last-child {
    width: 36%;
  }

  /* 产品轮播 */
  .cp01_a .cp01_b {
    height: 30vw;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t2 {
    width: 72%;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .showArea img {
    height: 10vw;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 {
    width: 26%;
  }

  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis {
    margin-bottom: 2vw;
  }

  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis i,
  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis p {
    font-size: 14px;
    line-height: 1.4;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li h5 {
    font-size: 18px;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr {
    font-size: 14px;
  }

  .al03_box .al03_a .al03_a_fr {
    padding: 30px 30px 30px 0;
  }

  .al03_box .al03_a .al03_a_fr h1,
  .al03_box .al03_a .al03_a_fr b {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .al03_box .al03_a .al03_a_fr p {
    font-size: 14px;
  }

  .al03_box .al03_b .al03_li {
    width: 32%;
  }

  .al03_box .al03_b .al03_li img {
    width: 100%;
  }

  /* 新闻 */
  .news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide .swiper_xwxq_text {
    left: 20px;
    bottom: 20px;
  }

  .news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide .swiper_xwxq_text p {
    font-size: 16px;
  }

  .news02_a .xwxq_box .xwxq_fr .swiper_xwxq .swiper-slide .swiper_xwxq_text i {
    font-size: 12px;
  }

  .news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq {
    right: 10px;
    bottom: 20px;
  }

  .news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .news02_a .xwxq_box .xwxq_fr .swiper_xwxq .pagination_xwxq .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
  }

  .news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li {
    padding: 20px;
  }

  .news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_date {
    margin-right: 10px;
  }

  .news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_date b {
    font-size: 16px;
  }

  .news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_date i {
    font-size: 12px;
  }

  .news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_text b {
    font-size: 14px;
    height: 46px;
  }

  .news02_a .xwxq_box .xwxq_fr .xwxq_fr_bk ul li .xwxq_fr_text img {
    margin-top: 10px;
  }

  /* 关于我们 */
  .about_b {
    margin-bottom: 100px;
  }

  .about_b .about_b_ul .about_b_li {
    width: 20%;
    height: 360px;
  }

  .about_b .about_b_ul .about_b_li .li_text p {
    font-size: 14px;
  }

  .about_b .about_b_ul .about_b_active {
    width: calc(100% - 20% * 3);
  }

  /* 联系我们 */
  .contact_a .contact_b {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .contact_a .contact_b .contact_c .contact_fl .after_fl {
    font-size: 24px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1280px) {

  /* 生产代加工 */
  .i_agency .ag_box {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
    transition: all .5s;
  }

  .i_agency .ag_box .ag_swiper .swiper-slide {
    width: 900px;
    height: 340px;
  }

  .i_agency .ag_box .ag_text {
    width: 300px;
    left: 250px;
  }

  .i_agency .ag_box .ag_text .ag_text_ul li {
    padding: 6% 5% 6% 6%;
  }

  .i_agency .ag_box .ag_text .ag_text_ul li p {
    font-size: 12px;
    margin-top: 6%;
  }

  .i_agency .ag_box .ag_text .ag_text_ul li .li_btn {
    margin-top: 6%;
  }
}

@media (min-width: 1000px) {
  .tel {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .main {
    width: 90%;
  }

  .title01 {
    width: 100%;
    margin: 30px 0;
  }

  .title01 img {
    height: 42px;
  }

  .title02 {
    width: 100%;
    margin: 30px 0;
  }

  .title02 img {
    height: 24px;
  }

  .title03 {
    width: 100%;
    margin: 30px 0;
  }

  .title03 img {
    height: 22px;
  }

  .title04 h5 {
    font-size: 18px;
  }

  .btn01 {
    width: 64px;
    height: 32px;
    line-height: 32px;
    font-size: 12px !important;
  }

  /* 分页 */
  #fenye .fenye_ul .fenye_li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 2px;
    font-size: 12px;
  }

  #fenye .fenye_ul .fenye_liw a {
    width: 52px;
  }

  /* 网站地图 */
  /* 1000 */
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /* 404 */
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }

  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }

  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }

  .fzf2-1 p span {
    color: #333;
  }

  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }

  .fzf3z {
    float: left;
  }

  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }

  .fzf3y {
    float: right;
  }

  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /* over */
  /* 顶部导航 */
  .header .header_width {
    height: 80px;
    align-items: center;
  }

  .header .header_width .logo1 {
    height: 80px;
  }

  .header .header_width .slogan {
    width: 30%;
  }

  .header .header_width .slogan img {
    width: 100%;
  }

  .header .header_width .t_bt {
    display: flex;
    align-items: center;
  }

  .header .header_width .t_bt p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 6px;
  }

  .header .header_width .t_bt img {
    width: 30px;
  }

  .header .header_width .nav {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
    transition: all .5s;
    width: 100vw;
    height: 100vh;
    margin-right: 0;
  }

  .header .header_width .nav .nav_uls01 {
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    padding-top: 20px;
    margin-top: 0;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header .header_width .nav .nav_uls01>li {
    width: 100%;
    height: auto;
    top: 0%;
  }

  .header .header_width .nav .nav_uls01>li::before,
  .header .header_width .nav .nav_uls01>li::after {
    display: none;
  }

  .header .header_width .nav .nav_uls01>li>a {
    line-height: 50px;
    padding-left: 20px;
    font-size: 18px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 {
    height: 0;
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(0);
    background-color: #fff;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 li {
    text-align: left;
    max-height: 1000px;
  }

  .header .header_width .nav .nav_uls01>li .nav_uls02 li a {
    color: #3A3A3A;
    padding-left: 40px;
    font-synthesis: 16px;
    line-height: 48px;
  }

  .header .header_width .nav .nav_uls01 .one_active>a {
    background-color: rgba(251, 104, 0, 0.1);
  }

  .header .header_width .nav .nav_uls01 .one_active::before,
  .header .header_width .nav .nav_uls01 .one_active::after {
    display: none;
  }

  .header .header_width .nav .nav_uls01 .one_active .nav_uls02 {
    height: auto;
  }

  .header .header_width .nav .nav_uls01 .t_gb {
    margin-bottom: 20px;
  }

  .header .header_width .nav .nav_uls01 .t_gb img {
    width: 26px;
    margin-right: 30px;
  }

  /* 首页banner */
  .i_banner .ban_swiper {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .i_banner .ban_swiper .ban_pagination {
    right: 5%;
  }

  .i_banner .ban_swiper .ban_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .i_banner .ban_swiper .ban_pagination .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
  }

  .n_banner .n_banner_box {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  /* 生产代加工 */
  .i_agency .tel_agency .tag_swiper .swiper-slide>img {
    width: 100%;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide .tag_text {
    background-color: #2F2F34;
    color: #fff;
    padding: 15px;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide .tag_text b {
    display: block;
    font-size: 14px;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide .tag_text p {
    font-size: 12px;
    margin: 10px 0;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide .tag_text .li_btn {
    display: flex;
    align-items: center;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide .tag_text .li_btn .li_btn01 {
    background-color: #C50119;
    color: #fff;
    margin-right: 10px;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide .tag_text .li_btn .li_btn02 {
    color: #C50119;
    border: 1px solid #C50119;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide-next,
  .i_agency .tel_agency .tag_swiper .swiper-slide-prev {
    opacity: .6;
  }

  .i_agency .tel_agency .tag_swiper .swiper-slide-next .tag_text,
  .i_agency .tel_agency .tag_swiper .swiper-slide-prev .tag_text {
    display: none;
  }

  /* 产品中心 */
  .i_product .swiper_01 .swiper-slide .after_fl {
    bottom: 24%;
    left: 9%;
    font-size: 16px;
  }

  .i_product .swiper_01 .swiper-slide i {
    font-size: 12px;
  }

  /* 应用案例 */
  .i_case .swiper_02 {
    padding-bottom: 50px;
  }

  .i_case .swiper_02 .swiper-slide p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .i_case .swiper_02 .swiper-button-next,
  .i_case .swiper_02 .swiper-button-prev {
    left: 15%;
    bottom: 3.5%;
  }

  .i_case .swiper_02 .swiper-button-next {
    left: auto;
    right: 15%;
  }

  /* 6大理由 */
  .six_reason {
    padding: 1px 0 50px;
  }

  .six_reason .six_reason_uls .six_reason_lis {
    width: 49%;
    height: 140px;
    padding: 20px 10px;
    margin-bottom: 16px;
  }

  .six_reason .six_reason_uls .six_reason_lis img {
    width: 30px;
  }

  .six_reason .six_reason_uls .six_reason_lis .six_reason_text {
    margin-left: 10px;
  }

  .six_reason .six_reason_uls .six_reason_lis .six_reason_text b {
    font-size: 16px;
  }

  .six_reason .six_reason_uls .six_reason_lis .six_reason_text p {
    font-size: 12px;
    margin-top: 8px;
  }

  .six_reason .process_uls {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .six_reason .process_uls .process_lis {
    width: 28%;
    margin-bottom: 10px;
  }

  .six_reason .process_uls .process_lis b {
    font-size: 14px;
  }

  .six_reason .process_uls .process_lis b span {
    font-size: 16px;
  }

  .six_reason .process_uls .process_lis i {
    font-size: 12px;
  }

  .six_reason .process_uls img {
    width: 6px;
    margin-top: 8px;
  }

  /* 聚焦威鹰 */
  .i_focus .focus_box {
    margin-top: 0;
    flex-direction: column;
  }

  .i_focus .focus_box .focus_fl {
    width: 100%;
    margin-top: 0;
  }

  .i_focus .focus_box .focus_fl b {
    display: block;
    font-size: 16px;
    margin: 30px 0;
  }

  .i_focus .focus_box .focus_fl ul {
    margin: 20px 0;
  }

  .i_focus .focus_box .focus_fl ul li .focus_num span {
    font-size: 24px;
  }

  .i_focus .focus_box .focus_fl ul li .focus_num sub {
    font-size: 12px;
    bottom: 2px;
  }

  .i_focus .focus_box .focus_fl ul li .focus_num sup {
    font-size: 16px;
    line-height: 1;
    top: 0;
  }

  .i_focus .focus_box .focus_fl ul li p {
    margin-left: 20px;
    font-size: 12px;
  }

  .i_focus .focus_box .focus_fl p {
    font-size: 14px;
  }

  .i_focus .focus_box .focus_fl .btn01 {
    margin: 30px 0;
  }

  .i_focus .focus_box .focus_fr {
    width: 100%;
  }

  .i_focus .focus_box .focus_fr img {
    width: 100%;
    margin-bottom: 10%;
  }

  /* 客户评价 */
  .i_evaluate {
    background: url(../esimg/img/tel_evaluate_bg.png) no-repeat center;
    background-size: cover;
    margin-top: 40px;
    padding-bottom: 100px;
  }

  /* 新闻资讯 */
  .i_evaluate .evaluate_ul .evaluate_li {
    width: 100%;
    padding: 30px 20px;
  }

  .i_evaluate .btn01 {
    width: 80px;
    margin: 10px 0 0 20px;
  }

  .i_evaluate .evaluate_ul .evaluate_li .evaluate_text {
    margin-left: 18px;
  }

  .i_evaluate .evaluate_ul .evaluate_li .evaluate_text b {
    line-height: 1.4;
  }

  /* 新闻资讯 */
  .i_news .title02 {
    align-items: flex-start;
    flex-direction: column;
  }

  .i_news .title02 ul {
    margin-top: 30px;
  }

  .i_news .title02 ul li {
    margin-left: 0;
    margin-right: 30px;
  }

  .i_news .title02 ul li a {
    font-size: 16px;
  }

  .i_news .i_news_box {
    flex-direction: column;
    height: auto;
  }

  .i_news .i_news_box .i_news_fl {
    width: 100%;
    margin-bottom: 20px;
  }

  .i_news .i_news_box .i_news_fl p {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding-left: 20px;
  }

  .i_news .i_news_box .i_news_fl .i_news_btn {
    width: 42px;
    height: 40px;
  }

  .i_news .i_news_box .i_news_fl .i_news_btn img {
    width: 8px;
  }

  .i_news .i_news_box .i_news_fr {
    width: 100%;
  }

  .i_news .i_news_box .i_news_fr li {
    padding: 20px;
  }

  .i_news .i_news_box .i_news_fr li .i_news_data {
    margin-right: 10px;
  }

  .i_news .i_news_box .i_news_fr li .i_news_data b {
    font-size: 16px;
  }

  .i_news .i_news_box .i_news_fr li .i_news_data i {
    font-size: 12px;
  }

  /* 产品百科 */
  .i_wikipedia {
    margin-bottom: 40px;
  }

  .i_wikipedia .swiper_wiki .wiki_lis {
    height: 160px;
    padding: 20px;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_date {
    margin-right: 10px;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_date b {
    font-size: 18px;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_date i {
    font-size: 12px;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_text {
    width: 75%;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_text p {
    margin: 12px 0;
  }

  .i_wikipedia .swiper_wiki .wiki_lis .wiki_text img {
    width: 20px;
  }

  /* 留言 */
  .message {
    padding: 40px 0 60px;
    background: url(../esimg/img/tel_message_back.png) no-repeat center;
    background-size: cover;
  }

  .message .message_main {
    flex-direction: column;
  }

  .message .message_main .message_fl {
    width: 100%;
  }

  .message .message_main .message_fl ul li p {
    font-size: 14px;
  }

  .message .message_main .message_fl a {
    width: 90px;
  }

  .message .message_main .message_fr {
    width: 100%;
  }

  .message .message_main .message_fr .form01 input {
    height: 40px;
    line-height: 40px;
  }

  .message .message_main .message_fr .form01 .form_btn button {
    width: 100px;
    height: 40px;
  }

  /* 底部导航 */
  .footer {
    padding-bottom: 40px;
  }

  .footer .foot_top .foot_logo {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .footer .foot_top .foot_logo .logo2 {
    width: 150px;
    margin-right: 20px;
  }

  .footer .foot_top .foot_logo .hotline .phone_02 {
    margin: 0;
    width: 160px;
  }

  .footer .foot_top .foot_logo .hotline i {
    text-align: left;
  }

  .footer .foot_bot {
    line-height: 2;
    margin-top: 20px;
  }

  .footer .foot_bot .foot_bot_fl {
    flex-direction: column;
    align-items: flex-start;
  }

  /* 手机底部导航 */
  @keyframes bounce_a {

    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0);
      transform: translate3d(0, -6px, 0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0);
      transform: translate3d(0, -1px, 0);
    }
  }

  .bounce_a {
    -webkit-animation-name: bounce_a;
    animation-name: bounce_a;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  .tel_nav {
    height: 90px;
    background-color: #1C1D1E;
    position: relative;
  }

  .tel_nav .tel_uls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    height: 100%;
  }

  .tel_nav .tel_uls .tel_lis {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tel_nav .tel_uls .tel_lis img {
    width: 32px;
  }

  .tel_nav .tel_uls .tel_lis p {
    color: #fff;
    font-size: 14px;
    line-height: 2;
  }

  .tel_nav .tab_phone {
    width: 60px;
    position: absolute;
    top: -30%;
    left: calc(50% - 30px);
    transform: translateX(-50%);
    animation: bounce_a 2s infinite;
  }

  .tel_nav .tab_phone img {
    width: 100%;
  }

  /* 内页 */
  .n_nav {
    margin-bottom: 0;
  }

  .n_nav ul li a {
    width: auto;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 10px;
  }

  /* 注塑加工 */
  .process_a {
    margin-bottom: 40px;
  }

  .process_a .process_b {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
    margin-top: 0;
    background-size: cover;
  }

  .process_a .process_b .process_c .process_text {
    width: 100%;
    padding: 20px 0;
  }

  .process_a .process_b .process_c .process_text .num_uls {
    width: 100%;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis {
    width: 48%;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis .num_a i,
  .process_a .process_b .process_c .process_text .num_uls .num_lis .num_a span {
    font-size: 18px;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis .num_a em {
    font-size: 14px;
  }

  .process_a .process_b .process_c .process_text .num_uls .num_lis p {
    font-size: 14px;
  }

  .process_a .process_b .process_c .process_text p {
    font-size: 14px;
  }

  .process_a .process_b .process_img {
    width: 90%;
    margin-left: 5%;
    position: static;
  }

  /* 注塑加工轮播 */
  .molding_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .molding_box .molding_uls {
    flex-wrap: wrap;
  }

  .molding_box .molding_uls .molding_lis {
    width: 25%;
    height: 90px;
  }

  .molding_box .molding_uls .molding_lis img {
    width: 30px;
  }

  .molding_box .molding_uls .molding_lis p {
    font-size: 14px;
  }

  .molding_box .molding_uls .molding_lis.active {
    height: 90px;
    background: #C50119;
  }

  .molding_box .molding_sl {
    height: 46vw;
  }

  .molding_box .molding_sl .gallery-thumbs {
    height: calc(100% - 52px);
  }

  .molding_box .molding_sl .prev_gallery::after,
  .molding_box .molding_sl .next_gallery::after {
    height: 16px;
    background-size: 100% 100%;
  }

  /* 吹塑加工 */
  .blowing_a {
    padding: 20px 0 80px;
  }

  .blowing_a .blowing_b {
    height: auto;
    flex-direction: column;
  }

  .blowing_a .blowing_b .blowing_fl {
    width: 100%;
  }

  .blowing_a .blowing_b .blowing_fr {
    width: 100%;
  }

  .blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide .blow_slide_p {
    margin-bottom: 2%;
  }

  .blowing_a .blowing_b .blowing_fr .swiper_blowing .swiper-slide .blow_slide_p p {
    font-size: 12px;
    left: 20px;
    bottom: 10px;
  }

  .blowing_a .blowing_b .pagination_blowing {
    bottom: -40px;
  }

  .blowing_a .blowing_b .pagination_blowing .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .blowing_a .blowing_b .pagination_blowing .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
  }

  /* 流延加工 */
  .liuyan_a .liuyan_b {
    height: auto;
    flex-direction: column;
  }

  .liuyan_a .liuyan_b .liuyan_fl {
    width: 100%;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
    flex-wrap: wrap;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li {
    width: 50%;
    height: 80px;
    padding-left: 20px;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li b {
    font-size: 14px;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li p {
    font-size: 12px;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li:last-child {
    border-bottom: 1px solid #fff;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul li:nth-child(2n) {
    border-left: 1px solid #fff;
  }

  .liuyan_a .liuyan_b .liuyan_fl ul .active {
    width: 50%;
    background: none;
    background-color: #000;
    border-bottom: 1px solid #fff;
  }

  .liuyan_a .liuyan_b .liuyan_fr {
    width: 100%;
  }

  .liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .swiper-slide p {
    font-size: 12px;
    bottom: 10px;
    left: 18px;
  }

  .liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .prev_Ly,
  .liuyan_a .liuyan_b .liuyan_fr .swiper_Ly .next_Ly {
    width: 12px;
    height: 61px;
  }

  .liuyan_a>img {
    margin-top: 40px;
  }

  /* 服务流程 */
  .flow_a {
    margin-bottom: 40px;
  }

  .flow_a ul li {
    height: 74px;
  }

  .flow_a ul .flow_lis {
    width: 48%;
    padding: 10px;
  }

  .flow_a ul .flow_lis img {
    width: 30px;
  }

  .flow_a ul .flow_lis .flow_text p {
    font-size: 16px;
  }

  .flow_a ul .flow_lis .flow_text p span {
    font-size: 14px;
  }

  .flow_a ul .flow_lis .flow_text i {
    font-size: 12px;
  }

  .flow_a ul .flow_img {
    width: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flow_a ul .flow_img img {
    width: 6px;
  }

  /* 片材代加工 */
  .piancai_a .piancai_b {
    margin-top: 0;
    background: none;
  }

  .piancai_a .piancai_b .process_c .piancai_title {
    margin-left: -10px;
  }

  .piancai_a .piancai_b .process_c .piancai_title img {
    height: 22px;
  }

  .piancai_a .piancai_b .process_c .num_uls {
    margin-top: 20px;
  }

  .piancai_a .piancai_b .process_c .num_uls .num_lis {
    margin-bottom: 20px;
  }

  .piancai_a .piancai_b .process_c .process_text {
    padding: 30px 0 20px 20px;
  }

  .piancai_box .piancai_uls01 {
    flex-wrap: wrap;
  }

  .piancai_box .piancai_uls01 .piancai_lis01 {
    width: 48%;
    margin-bottom: 4%;
  }

  .piancai_box .piancai_uls01 .piancai_lis01 img {
    width: 50%;
  }

  .piancai_box .piancai_uls01 .piancai_lis01 p {
    margin-left: 10px;
    font-size: 14px;
  }

  .piancai_box .piancai_add_img img {
    margin-top: 20px;
  }

  .piancai_box .piancai_uls02 .piancai_lis02 {
    width: 32%;
    height: 15vw;
  }

  .piancai_box .piancai_uls02 .piancai_lis02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .piancai_box .piancai_uls03 .piancai_lis02 {
    width: 48%;
    height: 22vw;
  }

  .jichu_a .swiper_jc .pagination_jc .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .jichu_a .swiper_jc .pagination_jc .swiper-pagination-bullet-active::after {
    width: 20px;
    height: 20px;
  }

  /* 产品中心 */
  /* cp01 */
  .cp01_product {
    margin-bottom: 40px;
  }

  /* 产品轮播 */
  .cp01_a .cp01_b {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .cp01_a .cp01_b .cp01_b_fl {
    width: 100%;
    height: 44vw;
    overflow: hidden;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t2 {
    width: 72%;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t2 #zoom1 {
    pointer-events: none;
    cursor: default;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 {
    width: 26%;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .showArea {
    height: calc(100% - 6vw - 10px);
    margin: 5px 0;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .showArea img {
    height: 15vw;
    margin-bottom: 5px;
  }

  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .gobottom,
  .cp01_a .cp01_b .cp01_b_fl .left-pro .t1 .gotop {
    height: 3vw;
  }

  .cp01_a .cp01_b .cp01_b_fr {
    width: 100%;
    margin-top: 20px;
    padding: 30px 30px 20px;
  }

  .cp01_a .cp01_b .cp01_b_fr .after_fl {
    font-size: 16px;
  }

  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text {
    margin-top: 16px;
  }

  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis {
    margin-bottom: 10px;
  }

  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis i,
  .cp01_a .cp01_b .cp01_b_fr .cp01_b_text .cp01_b_text_lis p {
    font-size: 14px;
  }

  .cp01_a .cp01_c {
    margin-bottom: 0;
  }

  .cp01_a .cp01_c>p {
    font-size: 14px;
  }

  .cp01_a .cp01_c ul li {
    width: 100%;
  }

  .cp01_a .cp01_c ul li img {
    width: 30%;
    margin-right: 10px;
  }

  .cp01_a .cp01_c ul li .cp01_c_text {
    width: 60%;
  }

  .cp01_a .cp01_c ul li .cp01_c_text b {
    font-size: 16px;
  }

  .cp01_a .cp01_c ul li .cp01_c_text p {
    font-size: 14px;
    margin-top: 4px;
  }

  .cp01_a .cp01_d .title04 {
    margin-bottom: 20px;
  }

  .cp01_a .cp03_d {
    margin-bottom: 30px;
  }

  .cp01_a .cp03_d>img {
    max-width: 100%;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li {
    width: 100%;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li h5 {
    font-size: 16px;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr {
    font-size: 12px;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr th {
    padding-left: 16px;
  }

  .cp01_a .cp01_e .cp01_e_ul .cp01_e_li table tr td {
    padding-left: 16px;
  }

  .cp01_a .cp02_e .cp01_e_ul .cp01_e_li table tr td:nth-child(1) {
    width: 30%;
  }

  /* 案例01 */
  .al01_a .al01_ul .al01_li {
    width: 49%;
  }

  .al01_a .al01_ul .al01_li:nth-child(3n) {
    margin-right: auto;
  }

  .al01_a .al01_ul .al01_li:nth-child(2n) {
    margin-right: 0;
  }

  .al01_a .al01_ul .al01_li p {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
  }

  .al02_a {
    margin-bottom: 0;
  }

  .al02_a .al02_ul .al02_li {
    width: 100%;
    border: 2px solid #F7F7F7;
    padding: 28px;
    margin-bottom: 4%;
  }

  .al02_a .al02_ul .al02_li img {
    width: 36px;
    margin-right: 16px;
  }

  .al02_a .al02_ul .al02_li .al02_text h5 {
    font-size: 18px;
    line-height: 1.4;
  }

  .al02_a .al02_ul .al02_li .al02_text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .al03_box .al03_a {
    flex-direction: column;
  }

  .al03_box .al03_a .al03_a_fl {
    width: 100%;
  }

  .al03_box .al03_a .al03_a_fr {
    width: 100%;
    padding: 20px;
  }

  .al03_box .al03_a .al03_a_fr h1,
  .al03_box .al03_a .al03_a_fr b {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .al03_box .al03_a .al03_a_fr p {
    font-size: 14px;
  }

  .al03_box .al03_b {
    margin: 20px 0 0;
  }

  .al03_box .al03_b .al03_li {
    width: 48%;
  }

  .al03_box .al03_b .al03_li img {
    width: 100%;
  }

  /* 新闻 */
  .news01_a .news01_ul .news01_li {
    padding: 20px;
    border: 2px solid #F7F7F7;
  }

  .news01_a .news01_ul .news01_li:hover .news01_jt {
    background-size: 30px;
  }

  .news01_a .news01_ul .news01_li .news01_jt {
    padding-right: 40px;
    background-size: 30px;
  }

  .news01_a .news01_ul .news01_li .news01_jt .news01_date {
    margin-right: 10px;
  }

  .news01_a .news01_ul .news01_li .news01_jt .news01_date b {
    font-size: 20px;
  }

  .news01_a .news01_ul .news01_li .news01_jt .news01_date i {
    font-size: 14px;
  }

  .news01_a .news01_ul .news01_li .news01_jt .news01_text h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }

  .news01_a .news01_ul .news01_li .news01_jt .news01_text p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }

  .news01_a #fenye {
    margin: 30px 0;
  }

  .news01_a .new_add_img {
    margin: 0 auto 30px;
  }

  /* 新闻详情 */
  .news02_a .xwxq_box .xwxq_fl {
    width: 100%;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border {
    padding: 30px 16px;
    border: 2px solid #F7F7F7;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border h1,
  .news02_a .xwxq_box .xwxq_fl .xwxq_border h6 {
    font-size: 18px;
    text-align: center;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border .xw_release {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border .xw_release span {
    margin-left: 4%;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border p {
    font-size: 14px;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border .xwxq_key {
    margin: 10px 0;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_border .xwxq_key a,
  .news02_a .xwxq_box .xwxq_fl .xwxq_border .xwxq_key p {
    font-size: 14px;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot {
    margin: 30px 0;
    flex-direction: column;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot .xwxq_sx a {
    font-size: 14px;
  }

  .news02_a .xwxq_box .xwxq_fl .xwxq_fl_bot .xwxq_btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
  }

  /* 关于我们 */
  .about_a {
    padding-bottom: 60px;
  }

  .about_a .about_box .about_fl ul {
    flex-wrap: wrap;
  }

  .about_a .about_box .about_fl ul li {
    width: auto;
  }

  .about_a .about_box .about_fl ul li p {
    margin-left: 30px;
  }

  .about_a .about_box .about_fr #video01 {
    height: 86vw;
    margin-top: 20px;
  }

  .about_b {
    margin-bottom: 0;
  }

  .about_b .title04 {
    margin: 30px 0;
  }

  .about_b .title04 h5 {
    font-size: 20px;
  }

  .about_b .title04 p {
    display: none;
  }

  .about_b .about_b_ul {
    overflow: hidden;
    padding-bottom: 80px;
  }

  .about_b .about_b_ul .about_b_li {
    width: 100%;
    height: auto;
  }

  .about_b .about_b_ul .about_b_li .li_text {
    width: 180px;
    height: 90px;
    padding: 0 0 0 20px;
  }

  .about_b .about_b_ul .about_b_li .li_text b {
    font-size: 16px;
  }

  .about_b .about_b_ul .about_b_li .li_text p {
    font-size: 12px;
  }

  .about_b .about_b_ul .about_b_active {
    width: 100%;
  }

  .about_b .about_b_ul .pagination_ab {
    bottom: 30px;
  }

  .about_b .about_b_ul .pagination_ab .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #EBF1F3;
    margin: 0 10px;
  }

  .about_b .about_b_ul .pagination_ab .swiper-pagination-bullet-active {
    position: relative;
  }

  .about_b .about_b_ul .pagination_ab .swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url(../esimg/icon/dian01.png) no-repeat center;
    background-size: cover;
  }

  .video01_box #video01 {
    width: 80%;
  }

  /* 联系我们 */
  .contact_a .contact_b {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    transition: all .5s;
  }

  .contact_a .contact_b .contact_c {
    min-height: auto;
    padding: 0 0 20px;
  }

  .contact_a .contact_b .contact_c .contact_fl {
    width: 100%;
  }

  .contact_a .contact_b .contact_c .contact_fl .after_fl {
    font-size: 16px;
  }

  .contact_a .contact_b .contact_c .contact_fl .contact_ul {
    margin-top: 20px;
  }

  .contact_a .contact_b .contact_c .contact_fl .contact_ul .contact_li {
    margin-bottom: 10px;
  }

  .contact_a .contact_b .contact_c .contact_fl .contact_ul .contact_li p {
    font-size: 14px;
  }

  .contact_a .contact_b .contact_map {
    width: 100%;
    position: static;
  }

  .contact_a .contact_b .contact_map #Map01 {
    width: 100%;
  }

  .message_contact .message_main .message_fr .form01 .form_code {
    width: 100%;
  }

  .message .message_main .message_fr .form01 textarea {
    margin-bottom: 15px;
  }

  .message .message_main .message_fr .form01 .form_code img {
    /* height: 100%; */
    width: 32%;
    right: 30%;
  }

  .message .message_main .message_fr .form01 .form_code p {
    font-size: 12px;
  }

  /* 产品资讯 */
  .product_a .title03 img {
    height: 50px;
  }

  .product_a ul {
    margin-bottom: 30px;
  }

  .product_a ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .product_a ul li .product_date {
    margin-right: 8px;
  }

  .product_a ul li .product_date b {
    font-size: 16px;
  }

  .product_a ul li .product_date i {
    font-size: 12px;
  }

  .product_a ul li .product_text b {
    font-size: 14px;
    line-height: 1.4;
    height: 42px;
  }
}

/*# sourceMappingURL=wy.css.map */